home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / ads / cpp / mfcads / mfcblank / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-08  |  1.4 KB  |  47 lines

  1. /* 
  2.     RESOURCE.H -
  3.     
  4.     This file:
  5.  
  6.     Defines basic constants in MFCBLANK ADS sample application.        
  7.  
  8.     (C) Copyright 1988-1994 by Autodesk, Inc.
  9.  
  10.     This program is copyrighted by Autodesk, Inc. and is  licensed
  11.     to you under the following conditions.  You may not distribute
  12.     or  publish the source code of this program in any form.   You
  13.     may  incorporate this code in object form in derivative  works
  14.     provided  such  derivative  works  are  (i.) are  designed and
  15.     intended  to  work  solely  with  Autodesk, Inc. products, and
  16.     (ii.)  contain  Autodesk's  copyright  notice  "(C)  Copyright
  17.     1988-1994 by Autodesk, Inc."
  18.  
  19.     AUTODESK  PROVIDES THIS PROGRAM "AS IS" AND WITH  ALL  FAULTS.
  20.     AUTODESK  SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF  MER-
  21.     CHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK,  INC.
  22.     DOES  NOT  WARRANT THAT THE OPERATION OF THE PROGRAM  WILL  BE
  23.     UNINTERRUPTED OR ERROR FREE.
  24.  
  25. */
  26. #ifndef RESOURCE_H
  27. #define RESOURCE_H
  28.  
  29. #define IDR_MAINFRAME                    128
  30. #define IDS_HELLO                        129
  31. #define IDD_ABOUTBOX                    130
  32.  
  33. // Next default values for new objects
  34. // 
  35. #ifdef APSTUDIO_INVOKED
  36. #ifndef APSTUDIO_READONLY_SYMBOLS
  37.  
  38. #define _APS_NEXT_RESOURCE_VALUE        104
  39. #define _APS_NEXT_COMMAND_VALUE         32768
  40. #define _APS_NEXT_CONTROL_VALUE         1000
  41. #define _APS_NEXT_SYMED_VALUE            104
  42. #endif
  43. #endif
  44.  
  45.  
  46. #endif
  47.